projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a8b0ff
)
(Fy_or_n_p): Call choose_minibuf_frame.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jan 1996 17:31:33 +0000
(17:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jan 1996 17:31:33 +0000
(17:31 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 62050ef59ab832072e171e4118ff2483db877259..fde5494486d886bd4df75ca421a1bfcf257bcab4 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1585,6
+1585,7
@@
Also accepts Space to mean yes, or Delete to mean no.")
}
#endif /* HAVE_MENUS */
cursor_in_echo_area = 1;
+ choose_minibuf_frame ();
message_nolog ("%s(y or n) ", XSTRING (xprompt)->data);
obj = read_filtered_event (1, 0, 0);